home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / events / PropertyChangeEventKind.as < prev    next >
Text File  |  2009-02-12  |  450b  |  23 lines

  1. package mx.events
  2. {
  3.    import mx.core.mx_internal;
  4.    
  5.    use namespace mx_internal;
  6.    
  7.    public final class PropertyChangeEventKind
  8.    {
  9.       
  10.       mx_internal static const VERSION:String = "3.0.0.0";
  11.       
  12.       public static const UPDATE:String = "update";
  13.       
  14.       public static const DELETE:String = "delete";
  15.        
  16.       
  17.       public function PropertyChangeEventKind()
  18.       {
  19.          super();
  20.       }
  21.    }
  22. }
  23.